home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
scilab.quit
< prev
next >
Wrap
Text File
|
1999-09-16
|
248b
|
11 lines
// This file contains scilab command to be executed at the end
// of a scilab session
unix_s('rm -rf /tmp/'+string(getpid())+'.metanet.*')
if exists('TMPDIR') then
cmd='rm -rf '+TMPDIR
host(cmd+' >/dev/null 2>/dev/null')
disp('Bye')
end